home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SPACE 2
/
SPACE - Library 2 - Volume 1.iso
/
telecom
/
86
/
pascal
/
freeram.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1986-12-19
|
149 b
|
7 lines
program freeram;
begin
writeln('Availabel memory: ',Trunc(MemAvail/512),'K');
writeln;writeln('Hit return to continue...');
readln;
end.